Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 12 - Draw Context Objects / Draw Context Objects Reference
Draw Context Objects Routines / Managing Draw Contexts


Q3DrawContext_SetPaneState

You can use the Q3DrawContext_SetPaneState function to set the pane state of a draw context.

TQ3Status Q3DrawContext_SetPaneState (
TQ3DrawContextObject context, 
TQ3Boolean state);
context
A draw context object.
state
The desired pane state of the specified draw context.
DESCRIPTION
The Q3DrawContext_SetPaneState function sets the pane state of the draw context specified by the context parameter to the value specified in the state parameter. If the value of state is kQ3True, the pane associated with that draw context is to be used; if kQ3False, the pane is not used.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996